Skip to main content

Untitled Note

1.int转换为字符串:Itoa()

// Itoa(): int -> string println("a" + strconv.Itoa(32)) /